home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000798_mackay@cs.washington.edu_Mon Jul 25 01:35:24 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  3KB

  1. Received: from june.cs.washington.edu by cs.umb.edu with SMTP id AA28605
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Mon, 25 Jul 1994 11:36:23 -0400
  3. Return-Path: <mackay>
  4. Received: (mackay@localhost) by june.cs.washington.edu (8.6.9/7.2ju) id IAA21686; Mon, 25 Jul 1994 08:35:24 -0700
  5. Date: Mon, 25 Jul 1994 08:35:24 -0700
  6. From: mackay@cs.washington.edu (Pierre MacKay)
  7. Message-Id: <199407251535.IAA21686@june.cs.washington.edu>
  8. To: andreas@mpa-garching.mpg.de
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: Andreas Schott's message of Mon, 25 Jul 1994 14:22:19 +0200 <199407251222.OAA148696@ibm-1.MPA-Garching.MPG.DE>
  11. Subject: Re: \font-bug in UNIX-TeX
  12.  
  13.  
  14. There are two situations in which a space is ad very least
  15. desirable and sometimes required.  You have managed to land
  16. on both of them.  The 10 is not really an arithmetic value
  17. in this case, but is is a very good idea to allow the space
  18. (or its line-end equivalent) after any explicit digit that
  19. IS going to be an arithment value, so why not here.
  20.  
  21. More specific to your instance, TeX has no way of knowing
  22. what characters are permitted in file names, since that
  23. is a viciously system dependent question.  "{" could conceiveably
  24. be a part of a file name, so TeX gives it a try.  TeX does
  25. assume that a file name is terminated by a space (Macintosh
  26. rather idiotically contravenes this assumption, but that's
  27. their problem).  Always terminate your input file names
  28. (the font command is a rather specialised way of doing the
  29. same thing as \input) with a space or a lineend, and your
  30. particular problem will never recur.
  31.  
  32.  
  33. %=======================================================================%
  34. |                             N O T I C E                               |
  35. |  The University of Washington has ordered us to close the Northwest   |
  36. |  Computing Support Center, and to terminate the official support      |
  37. |  of UnixTeX.  Although the termination was final as of June 14, 1994  |
  38. |  we will try unofficially to provide some services for the next few   |
  39. |  months.  Unfortunately Elizabeth will not be available by phone,     |
  40. |  and I cannot be near my phone in any regular sense. Please note      |
  41. |  the changes in address and telephone number.  There is no Northwest  |
  42. |  Computing Support Center any longer.                                 |
  43. |                                                                       |
  44. %=======================================================================%
  45. Email concerned with UnixTeX distribution software may be sent 
  46. to:    UnixTeX@u.washington.edu            Elizabeth Tachikawa
  47. or to:  mackay@cs.washington.edu        Pierre A. MacKay
  48. Smail:  Department of Classics            Emeritus Druid for
  49.     Denny Hall, Mail Stop DH-10        Unix-flavored TeX
  50.     University of Washington
  51.     Seattle, WA 98195
  52.     (206) 543-2268 (No call forwarding, no message recorder)
  53.  
  54.  
  55.